From: Kim F. Storm Date: Wed, 21 Feb 2007 13:55:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30258 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=dfb1e36c313a8e612729a0c1dcc414fefcc77004;p=emacs.git *** empty log message *** --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fce1a0641f1..4d1aaeb58d2 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-02-21 Kim F. Storm + + * strings.texi (Text Comparison): Mention that assoc-string + converts symbols to strings before testing. + 2007-02-17 Kim F. Storm * processes.texi (Bindat Spec): Vector types can have optional diff --git a/src/ChangeLog b/src/ChangeLog index 79cf4b256a7..591d18583c2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-02-21 Kim F. Storm + + * minibuf.c (Fassoc_string): Doc fix. Allow symbol for KEY too. + 2007-02-21 YAMAMOTO Mitsuharu * macterm.c (WINDOW_RESOURCE, TERM_WINDOW_RESOURCE): Remove macros.